<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "微软雅黑"; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 990px) {
    .container-fluid {
      padding: 0 10px; } }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.main-background-1 {
  background: #f6f6f6; }

.main-background-2 {
  background: #f2f2f2;
  border-top: 1px solid #005baa; }
  .main-background-2.active2 {
    position: relative;
    border: none; }
    .main-background-2.active2:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -38px;
      top: 0;
      background: url(../images/advantage-bg1.jpg) no-repeat;
      width: 76px;
      height: 24px; }

.main-background-3 {
  background: #f5f5f5; }

.main-pad-1 {
  padding: 45px 0; }

.main-pad-2 {
  padding: 45px 0; }

.main-martop-1 {
  margin-top: 35px; }

.main-martop-2 {
  margin-top: 15px; }

.main-martop-3 {
  margin-top: 50px; }

@media screen and (max-width: 990px) {
  .w-main-martop-1 {
    margin-top: 30px; } }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 15px; }

.main-padleft-1 {
  padding-left: 10px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 30px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-2-list1 {
    width: 22%; } }

@media screen and (min-width: 991px) {
  .col-md-10-list1 {
    width: 78%; } }

.title-1 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: url(../images/title-1-line1.png) no-repeat center center; }
  .title-1 span {
    margin-left: 10px;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal; }

.title-2 {
  font-size: 28px;
  color: #333;
  font-weight: bold; }
  .title-2 span {
    margin-left: 5px;
    font-weight: normal;
    color: #666;
    font-size: 16px; }

.title-3 {
  font-size: 41px;
  font-weight: bold;
  color: #000; }
  .title-3 span {
    margin-top: 10px;
    display: block;
    font-size: 31px;
    font-weight: lighter; }

.title-4 img {
  max-width: 100%; }

.text-1 a {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #005baa;
  width: 160px;
  height: 50px;
  line-height: 50px;
  transition: all .3s; }
  .text-1 a:hover {
    background: #002444; }

.picture-1 .list {
  padding: 0 5px 10px; }
  .picture-1 .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 5px 5px 0; }
    .picture-1 .list a:hover {
      border-color: #0757b1; }
      .picture-1 .list a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .picture-1 .list a:hover .conbox .title {
        color: #0757b1; }
      .picture-1 .list a:hover .conbox .line {
        background: #0757b1; }
    .picture-1 .list a .picbox {
      overflow: hidden; }
      .picture-1 .list a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .picture-1 .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .picture-1 .list a .conbox {
      height: 69px;
      text-align: center;
      padding: 12px 0 0; }
      .picture-1 .list a .conbox .title {
        font-size: 20px;
        color: #999;
        line-height: 35px; }
      .picture-1 .list a .conbox .line {
        width: 40px;
        height: 2px;
        background: #999;
        margin: 0 auto; }

.picture-2 img {
  max-width: 100%; }

.searchbox-wrap {
  background: #f6f6f6;
  padding: 15px 0; }
  .searchbox-wrap .title {
    font-size: 24px;
    color: #1f1f1f; }
  .searchbox-wrap .searchbox-con {
    margin-top: 10px;
    border-bottom: 1px solid #494949;
    padding-bottom: 20px;
    overflow: hidden; }
    .searchbox-wrap .searchbox-con .slt {
      float: left;
      width: calc(100% - 345px); }
      @media screen and (max-width: 990px) {
        .searchbox-wrap .searchbox-con .slt {
          width: 100%; } }
      .searchbox-wrap .searchbox-con .slt a {
        color: #494949;
        display: inline-block;
        margin-right: 25px;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        overflow: hidden; }
    .searchbox-wrap .searchbox-con .srt {
      float: right;
      width: 345px; }
      @media screen and (max-width: 990px) {
        .searchbox-wrap .searchbox-con .srt {
          width: 100%;
          margin-top: 20px; } }
      .searchbox-wrap .searchbox-con .srt .textbox1 {
        float: left;
        width: calc(100% - 50px);
        height: 35px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 14px;
        color: #666;
        outline: none; }
      .searchbox-wrap .searchbox-con .srt .submitbtn {
        float: right;
        width: 50px;
        height: 35px;
        background: #ff0000 url(../images/searchbox-icon1.png) no-repeat center center;
        border: none;
        outline: none; }

.partnerbox-con .partnerbox-carousel {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto; }
  .partnerbox-con .partnerbox-carousel .item {
    overflow: hidden;
    border: 1px solid #ccc;
    display: block;
    text-decoration: none;
    margin: 0 10px; }
    .partnerbox-con .partnerbox-carousel .item:hover .picbox .imgbox {
      transform: rotateY(360deg); }
    .partnerbox-con .partnerbox-carousel .item .picbox {
      overflow: hidden; }
      .partnerbox-con .partnerbox-carousel .item .picbox .imgbox {
        overflow: hidden;
        background: #fff;
        transition: all .3s; }
        .partnerbox-con .partnerbox-carousel .item .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
.partnerbox-con .owl-theme .owl-controls {
  margin-top: 0; }
  @media screen and (max-width: 990px) {
    .partnerbox-con .owl-theme .owl-controls .owl-buttons {
      display: none; } }
  .partnerbox-con .owl-theme .owl-controls .owl-buttons .owl-prev, .partnerbox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    font-family: "黑体";
    background: none;
    color: #0757b1;
    font-size: 54px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -50px;
    top: 20%;
    opacity: 1; }
    .partnerbox-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .partnerbox-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
      opacity: .5; }
  .partnerbox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -50px; }

.aboutbox-con {
  position: relative;
  z-index: 5; }
  .aboutbox-con:before {
    content: 'ABOUT US';
    position: absolute;
    right: 0;
    top: -75px;
    text-transform: uppercase;
    font-size: 82px;
    color: #005baa;
    opacity: .2;
    z-index: -1;
    font-weight: bold; }
    @media screen and (max-width: 990px) {
      .aboutbox-con:before {
        display: none; } }
  .aboutbox-con .aboxCon {
    background: #fff;
    padding: 35px 0;
    overflow: hidden; }
  .aboutbox-con .picbox {
    float: left;
    width: 40%;
    text-align: center;
    padding: 0 15px; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .picbox {
        width: 100%; } }
    .aboutbox-con .picbox img {
      max-width: 100%; }
  .aboutbox-con .conbox {
    float: right;
    width: 60%;
    padding: 0 30px; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox {
        width: 100%;
        margin-top: 20px; } }
    .aboutbox-con .conbox .title {
      font-size: 26px;
      font-weight: bold;
      color: #005baa;
      line-height: 35px;
      height: 35px;
      overflow: hidden; }
    .aboutbox-con .conbox .con {
      margin-top: 15px;
      font-size: 14px;
      color: #000;
      line-height: 30px;
      height: 300px;
      overflow: hidden; }

.newsbox-con .bnlist a {
  text-decoration: none;
  display: block; }
  .newsbox-con .bnlist a:hover .picbox .imgbox {
    transform: scale(1.2); }
  .newsbox-con .bnlist a .picbox {
    overflow: hidden; }
    .newsbox-con .bnlist a .picbox .imgbox {
      overflow: hidden;
      transition: all .3s; }
      .newsbox-con .bnlist a .picbox .imgbox img {
        max-width: 100%;
        max-height: 100%; }
        @media screen and (min-width: 991px) {
          .newsbox-con .bnlist a .picbox .imgbox img {
            height: 365px; } }
  .newsbox-con .bnlist a .conbox {
    margin-top: 10px;
    background: #005baa;
    padding: 0 15px 10px;
    color: #fff;
    position: relative; }
    .newsbox-con .bnlist a .conbox .title {
      font-size: 20px;
      border-bottom: 1px solid #fff;
      line-height: 45px;
      height: 45px;
      position: relative; }
      .newsbox-con .bnlist a .conbox .title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 85px;
        height: 2px;
        background: #1e712a;
        z-index: 2; }
      .newsbox-con .bnlist a .conbox .title span {
        display: block;
        overflow: hidden; }
    .newsbox-con .bnlist a .conbox .con {
      font-size: 14px;
      line-height: 28px;
      height: 108px;
      margin: 10px 0;
      overflow: hidden; }
    .newsbox-con .bnlist a .conbox .morebtn {
      text-align: right; }
      @media screen and (min-width: 991px) {
        .newsbox-con .bnlist a .conbox .morebtn {
          position: absolute;
          bottom: 10px;
          right: 10px;
          margin: 0; } }
.newsbox-con .nlistbox .list {
  margin-bottom: 10px; }
  .newsbox-con .nlistbox .list a {
    text-decoration: none;
    display: block;
    background: #eee;
    overflow: hidden;
    padding: 0 15px 10px; }
    .newsbox-con .nlistbox .list a:hover .title:before {
      width: 100%; }
    .newsbox-con .nlistbox .list a .title {
      font-size: 20px;
      border-bottom: 1px solid #fff;
      line-height: 45px;
      height: 45px;
      position: relative; }
      .newsbox-con .nlistbox .list a .title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 85px;
        height: 1px;
        background: #005baa;
        z-index: 2;
        transition: all .3s; }
      .newsbox-con .nlistbox .list a .title span {
        display: block;
        overflow: hidden;
        color: #666; }
    .newsbox-con .nlistbox .list a .con {
      font-size: 14px;
      line-height: 28px;
      height: 84px;
      margin: 10px 0;
      overflow: hidden;
      color: #999; }
    .newsbox-con .nlistbox .list a .morebtn {
      color: #666;
      text-align: right; }

.downloadbox-con .downloadbox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .downloadbox-con .downloadbox-carousel img {
    display: block;
    width: 100%; }
.downloadbox-con .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 15; }
  .downloadbox-con .owl-theme .owl-controls .owl-page {
    margin: 0 3px; }
    .downloadbox-con .owl-theme .owl-controls .owl-page span {
      opacity: 1;
      background: #0757b1;
      width: 5px;
      height: 5px;
      margin: 0;
      padding: 0; }
  .downloadbox-con .owl-theme .owl-controls .owl-page:hover span {
    background: #043560; }
  .downloadbox-con .owl-theme .owl-controls .owl-page.active span {
    background: #043560; }
.downloadbox-con .d2box .list {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .downloadbox-con .d2box .list a {
    text-decoration: none;
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #666;
    font-size: 18px;
    transition: all .3s; }
    .downloadbox-con .d2box .list a:hover {
      color: #005baa; }
    .downloadbox-con .d2box .list a i {
      display: inline-block;
      float: left;
      width: 20px; }
    .downloadbox-con .d2box .list a span {
      float: left;
      display: inline-block;
      width: calc(100% - 70px); }
      .downloadbox-con .d2box .list a span:nth-child(3) {
        float: right;
        width: 50px;
        text-align: right; }

.choosebox-con {
  margin-top: 100px; }
  @media screen and (max-width: 990px) {
    .choosebox-con {
      margin-top: 45px; } }
  @media screen and (max-width: 990px) {
    .choosebox-con .c1box .picbox {
      margin-bottom: 25px; } }
  .choosebox-con .c1box .picbox img {
    max-width: 100%; }
  .choosebox-con .c1box .conbox .listbox {
    margin-bottom: 30px;
    overflow: hidden; }
    .choosebox-con .c1box .conbox .listbox .titlebox {
      overflow: hidden; }
      .choosebox-con .c1box .conbox .listbox .titlebox .num {
        float: left;
        width: 110px; }
        @media screen and (max-width: 990px) {
          .choosebox-con .c1box .conbox .listbox .titlebox .num {
            width: 90px; } }
      .choosebox-con .c1box .conbox .listbox .titlebox .tit {
        margin-top: 5px;
        float: left;
        width: calc(100% - 110px);
        font-size: 30px;
        color: #131313; }
        @media screen and (max-width: 990px) {
          .choosebox-con .c1box .conbox .listbox .titlebox .tit {
            width: calc(100% - 90px); } }
        .choosebox-con .c1box .conbox .listbox .titlebox .tit span {
          display: block; }
          .choosebox-con .c1box .conbox .listbox .titlebox .tit span:nth-child(1) {
            font-weight: bold; }
          .choosebox-con .c1box .conbox .listbox .titlebox .tit span:nth-child(2) {
            margin-top: 3px;
            color: #1689d4;
            font-size: 18px;
            text-transform: uppercase;
            font-family: "Arial"; }
    .choosebox-con .c1box .conbox .listbox .con {
      margin-top: 15px;
      font-size: 16px;
      color: #464646;
      line-height: 30px; }
  .choosebox-con .c2box {
    margin-top: 45px;
    background: url(../images/choosebox-bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0; }
    @media screen and (max-width: 990px) {
      .choosebox-con .c2box {
        background: url(../images/choosebox-bg2.jpg) no-repeat right top; } }
    .choosebox-con .c2box .conbox .listbox:nth-child(2) {
      margin-bottom: 0; }

.honorbox-con {
  margin-bottom: 45px; }
  .honorbox-con .honorbox-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .honorbox-con .honorbox-carousel .item {
      display: block;
      margin: 0 5px;
      transition: all .3s; }
      .honorbox-con .honorbox-carousel .item:hover {
        opacity: .5; }
      .honorbox-con .honorbox-carousel .item .picbox {
        border: 1px solid #eee; }
        .honorbox-con .honorbox-carousel .item .picbox .imgbox {
          background: #fff;
          overflow: hidden; }
          .honorbox-con .honorbox-carousel .item .picbox .imgbox img {
            max-width: 100%;
            max-height: 100%; }
  .honorbox-con .list {
    padding: 0 5px 10px; }
    .honorbox-con .list a {
      text-decoration: none;
      display: block;
      transition: all .3s; }
      .honorbox-con .list a:hover {
        opacity: .5; }
      .honorbox-con .list a .picbox {
        border: 1px solid #eee; }
        .honorbox-con .list a .picbox .imgbox {
          background: #fff;
          overflow: hidden; }
          .honorbox-con .list a .picbox .imgbox img {
            max-width: 100%;
            max-height: 100%; }

.title-posit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      display: inline-block;
      float: left;
      color: #000;
      font-size: 20px;
      border-bottom: 1px solid #005baa; }
    .title-posit .tp .posit {
      font-size: 14px;
      color: #999;
      padding-right: 15px; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #999; }

.w-title-posit .title {
  font-size: 26px;
  color: #333;
  text-transform: uppercase; }
  .w-title-posit .title span {
    display: block;
    font-size: 20px; }
.w-title-posit .line-wrap {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center; }
  .w-title-posit .line-wrap .line {
    margin-top: 15px;
    display: inline-block;
    width: 90px;
    height: 3px;
    background: #1e51a0;
    position: relative;
    top: -17px; }

.product-con .plist {
  padding: 0 10px 20px; }
  .product-con .plist a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: hidden;
    transition: all .3s; }
    .product-con .plist a:hover {
      border-color: #0174c7; }
      .product-con .plist a:hover .conbox .morebtn {
        background: #0174c7; }
    .product-con .plist a .picbox {
      overflow: hidden; }
      .product-con .plist a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .product-con .plist a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
          @media screen and (min-width: 991px) {
            .product-con .plist a .picbox .imgbox img {
              height: 169px; } }
    .product-con .plist a .conbox {
      text-align: center; }
      .product-con .plist a .conbox .tit {
        font-size: 18px;
        color: #333;
        line-height: 45px;
        height: 45px;
        overflow: hidden; }
      .product-con .plist a .conbox .morebtn {
        height: 35px;
        line-height: 35px;
        color: #fff;
        background: #333;
        font-size: 16px;
        transition: all .3s; }

.about-con {
  font-size: 14px;
  line-height: 35px;
  color: #333; }
  .about-con img {
    /*max-width: 100%;*/
    margin: 15px 0; }

.ny-news-con .nlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd; }
  .ny-news-con .nlist a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    font-family: "黑体"; }
    .ny-news-con .nlist a:hover .picbox {
      opacity: .5; }
    .ny-news-con .nlist a:hover .conbox .title {
      color: #1e51a0; }
    .ny-news-con .nlist a:hover .conbox .morebtn span:nth-child(2) {
      background: #0174c7; }
    .ny-news-con .nlist a .picbox {
      float: left;
      width: 23%;
      transition: all .3s; }
      @media screen and (max-width: 990px) {
        .ny-news-con .nlist a .picbox {
          width: 35%; } }
    .ny-news-con .nlist a .conbox {
      float: right;
      width: 75%; }
      @media screen and (max-width: 990px) {
        .ny-news-con .nlist a .conbox {
          width: 63%; } }
      .ny-news-con .nlist a .conbox .title {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        transition: all .3s; }
      .ny-news-con .nlist a .conbox .con {
        margin-top: 8px;
        font-size: 14px;
        color: #7d7d7d;
        line-height: 28px;
        height: 84px;
        overflow: hidden; }
      .ny-news-con .nlist a .conbox .morebtn {
        margin-top: 8px;
        font-size: 18px;
        color: #7d7d7d;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
        .ny-news-con .nlist a .conbox .morebtn span {
          display: inline-block;
          float: left;
          width: calc(100% - 120px); }
          .ny-news-con .nlist a .conbox .morebtn span:nth-child(2) {
            float: right;
            width: 90px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            background: #1e51a0;
            border-radius: 20px;
            color: #fff;
            text-align: center;
            transition: all .3s; }

.news-details-con img {
  max-width: 100%; }
.news-details-con .biaoti {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }
.news-details-con .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666; }
.news-details-con .conbox {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px; }

.product-details-con img {
  max-width: 100%; }
.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #ccc;
    max-width: 100%; }
.product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px; }

.header-wrap .header {
  height: 105px;
  background: #f2f2f2; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 105px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 65px; } }
    .header-wrap .header .logo img {
      max-width: 100%; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 60%; } }
  .header-wrap .header .stxt {
    margin-top: 30px;
    border-left: 1px solid #d2d2d2;
    padding-left: 15px;
    margin-left: 20px;
    font-size: 16px;
    color: #666; }
    .header-wrap .header .stxt span {
      display: block; }
      .header-wrap .header .stxt span:nth-child(2) {
        font-size: 18px; }
  .header-wrap .header .phonebox {
    margin-top: 25px;
    width: 270px;
    float: right; }
    .header-wrap .header .phonebox .icon {
      float: left;
      margin-right: 8px; }
    .header-wrap .header .phonebox .ptxt {
      float: left;
      font-size: 16px;
      color: #666; }
      .header-wrap .header .phonebox .ptxt span {
        display: block; }
        .header-wrap .header .phonebox .ptxt span:nth-child(2) {
          font-size: 29px;
          color: #ff0000;
          font-weight: bold;
          line-height: 35px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header .menu {
      line-height: 65px;
      float: right; } }
  .header-wrap .header .menulist {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: -10px;
    width: 150px;
    background: #0757b1;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap .banner-carousel .item {
      display: block; }
    .banner-wrap .banner-carousel img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 15; }
    .banner-wrap .owl-theme .owl-controls .owl-page {
      margin: 0 3px; }
      .banner-wrap .owl-theme .owl-controls .owl-page span {
        opacity: 1;
        background: #0757b1;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      background: #fff; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #fff; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.nav-wrap {
  background: url(../images/navbg.jpg) repeat-x;
  height: 58px; }
  .nav-wrap .nav-ul .navlist {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    height: 58px;
    z-index: 5; }
    .nav-wrap .nav-ul .navlist .listh1 {
      display: block;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      line-height: 58px;
      position: relative;
      transition: all .3s; }
      .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
        background: #0757b1; }
    .nav-wrap .nav-ul .navlist .list2-ul {
      position: absolute;
      top: 58px;
      left: 0;
      display: none;
      background: #0757b1;
      width: 180px; }
      .nav-wrap .nav-ul .navlist .list2-ul .list {
        line-height: 35px;
        position: relative;
        background: #0757b1; }
        .nav-wrap .nav-ul .navlist .list2-ul .list a {
          display: block;
          text-decoration: none;
          color: #fff;
          font-size: 14px; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
            background: #03274f; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
          display: none;
          width: 150px;
          background: #0757b1;
          position: absolute;
          left: 100%;
          top: 0; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
            color: #fff;
            font-size: 14px; }

.content-wrap .contentbox {
  margin-bottom: 60px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #0757b1;
    background-size: cover;
    overflow: hidden;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer;
    position: relative; }
    .content-wrap .w-ltside .mb .tit-show .title:before {
      content: '';
      position: absolute;
      right: 10px;
      top: 20px;
      background: url(../images/show-arrow.png) no-repeat;
      width: 14px;
      height: 9px; }
    .content-wrap .w-ltside .mb .tit-show .title .arrow {
      float: right;
      margin-right: 15px; }
    .content-wrap .w-ltside .mb .tit-show .title .icon {
      margin-right: 10px; }
.content-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%; }
  .content-wrap .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #707070;
      text-decoration: none; }
    .content-wrap .w-ltside .show-hide .div2:hover a {
      background: #0757b1;
      color: #fff; }
  .content-wrap .w-ltside .show-hide .div3 {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3 ul {
      margin: 0;
      padding: 0; }
      .content-wrap .w-ltside .show-hide .div3 ul li {
        display: block;
        height: 34px;
        line-height: 34px;
        list-style: none;
        text-align: center;
        background: #fff;
        overflow: hidden;
        border-bottom: 1px solid #eee; }
        .content-wrap .w-ltside .show-hide .div3 ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          color: #666; }
          .content-wrap .w-ltside .show-hide .div3 ul li a:hover {
            color: #0757b1; }
.content-wrap .ltside .linkbox .title-arrow {
  background: #1e51a0;
  color: #fff;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  font-weight: bold; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 3px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #e9e9e9;
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: left;
      font-size: 16px;
      text-decoration: none;
      color: #666;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
      position: relative;
      z-index: 10; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: #1e51a0;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: #1e51a0;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
          color: #fff; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
        background: #ededed;
        padding: 5px 10px 0; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
          border-bottom: 1px dashed #ccc; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
            padding-left: 20px;
            display: block;
            height: 50px;
            text-align: left;
            color: #696969;
            line-height: 50px;
            font-size: 1.4rem;
            text-decoration: none;
            overflow: hidden; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
              color: #1e51a0; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
              font-style: normal;
              float: left;
              width: 10%; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
              float: left;
              width: 80%; }
.content-wrap .ltside .contactbox {
  margin-top: 20px; }
  .content-wrap .ltside .contactbox .title-arrow {
    background: #1e51a0;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold; }
  .content-wrap .ltside .contactbox .cbox {
    background: #e9e9e9;
    color: #333;
    padding: 10px 15px;
    line-height: 30px;
    font-size: 14px;
    font-family: "黑体"; }
.content-wrap .p-ltside .linkbox .title-arrow {
  background: #005baa;
  color: #fff;
  height: 100px;
  font-size: 26px;
  padding: 15px 35px 0; }
.content-wrap .p-ltside .linkbox .link-wrap {
  border: 1px solid #ddd; }
  .content-wrap .p-ltside .linkbox .link-wrap .lbox .list {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: #666;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .content-wrap .p-ltside .linkbox .link-wrap .lbox .list:hover {
      background: #005baa;
      color: #fff; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list:hover .tit span {
        color: #fff; }
    .content-wrap .p-ltside .linkbox .link-wrap .lbox .list.on1 {
      background: #005baa;
      color: #fff; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
        color: #fff; }
  .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 {
    display: none; }
    .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul {
      background: #ededed;
      padding: 5px 10px 0; }
      .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li {
        border-bottom: 1px dashed #ccc; }
        .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a {
          padding-left: 20px;
          display: block;
          height: 50px;
          text-align: left;
          color: #696969;
          line-height: 50px;
          font-size: 1.4rem;
          text-decoration: none;
          overflow: hidden; }
          .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
            color: #005baa; }
          .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a i {
            font-style: normal;
            float: left;
            width: 10%; }
          .content-wrap .p-ltside .linkbox .link-wrap .lbox .list2 ul li a span {
            float: left;
            width: 80%; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer {
  background: #126dc0;
  overflow: hidden; }
  .footer-wrap .footer .f1box {
    float: left;
    width: 240px;
    background: #0f7fcb;
    color: #fff;
    text-align: center;
    padding: 15px 0; }
    .footer-wrap .footer .f1box .title {
      font-size: 16px;
      line-height: 25px;
      height: 25px;
      overflow: hidden; }
    .footer-wrap .footer .f1box .ewmbox {
      margin: 20px auto 0;
      width: 190px; }
      .footer-wrap .footer .f1box .ewmbox img {
        width: 100%; }
  .footer-wrap .footer .f2box {
    float: right;
    width: calc(100% - 240px);
    padding-left: 85px;
    padding-top: 25px;
    color: #fff;
    font-size: 16px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f2box {
        width: 100%;
        padding-left: 0;
        padding-top: 0; } }
    .footer-wrap .footer .f2box .linkbox a {
      color: #fff; }
    .footer-wrap .footer .f2box .linkbox span {
      margin: 0 15px; }
    .footer-wrap .footer .f2box .cconbox {
      margin-top: 30px;
      overflow: hidden;
      line-height: 35px; }
      .footer-wrap .footer .f2box .cconbox .c1box {
        float: left;
        width: 33.33%; }
        .footer-wrap .footer .f2box .cconbox .c1box .icon {
          float: left;
          margin-right: 10px;
          margin-top: 12px; }
        .footer-wrap .footer .f2box .cconbox .c1box .ptxt {
          float: left; }
          .footer-wrap .footer .f2box .cconbox .c1box .ptxt span {
            display: block; }
            .footer-wrap .footer .f2box .cconbox .c1box .ptxt span:nth-child(2) {
              font-weight: bold;
              font-size: 21px; }
      .footer-wrap .footer .f2box .cconbox .c2box {
        float: left;
        width: 33.33%; }
      .footer-wrap .footer .f2box .cconbox .c3box {
        float: left;
        width: 33.33%; }
    .footer-wrap .footer .f2box .copyright {
      padding: 20px 0;
      line-height: 35px; }
      @media screen and (max-width: 990px) {
        .footer-wrap .footer .f2box .copyright {
          padding: 15px 0;
          line-height: 25px;
          text-align: center; } }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>